home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
icon
/
packages.lha
/
packages
/
atari
/
ats.arc
/
TESTS.ARC
/
GC1.ICN
< prev
next >
Wrap
Text File
|
1990-03-28
|
300b
|
16 lines
procedure main()
every 1 to 100 do {
write(&collections)
every 1 to 100 do
list(1000)
}
write("collecting ...")
collect()
every s := repl("x",1 to 1000) do {
cset(string(&lcase))
t := table()
set([s])
s[2 : 5]
}
end